home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / sysopus1.arc / SYSOPUS.DOC < prev   
Text File  |  1987-07-15  |  4KB  |  95 lines

  1.  
  2.                              Sysopus V 1.0
  3.                             By Doug Crocker
  4.  
  5.     This program was is a rewrite of sysop11 my fido sysop program.
  6. It has been re-written for OPUS.
  7.   Like SYSOP11, SYSOPUS is hereby released into the public domain
  8. and may be freely copied and distributed. If you have any
  9. problems or any suggestions for improvement please let me know
  10. you can contact me by fidonet mail or by leaving me a message on
  11. the ArcticNet 138/34 Fido/Opus bbs (phone (206) 565-9740).
  12.  
  13. Note : This program requires that ANSI.SYS (or equivelent) be
  14.        present and is redirectable using the ANSI standards.
  15.  
  16. Command line switches ( Not case sensitive )
  17.              /b will make a backup of the user.bbs
  18.              /a will use 7 bit ascii graphics (for non IBM machines)
  19.              /h will hide passwords (use H inside program to toggle)
  20.              /c will clear the screen after exiting
  21.              /0 will start record numbering with 0 instead of 1
  22. Each switch must be separated by a space. (EG. Sysopus /h /c)
  23.  
  24. File Commands:
  25. R  takes you directly to the record number you specify.
  26. D  marks the record for deletion.
  27. B  takes you to the first record.
  28. E  takes you to the last record.
  29. -  go back one record.
  30. =  go forward one record.
  31. +  go forward one record.
  32. S  search file for a specific user's name with option to continue search.
  33. I  add a record to file.
  34. O  remove deleted records and/or sort the file (see sort notes below).
  35. X  sets user as deleted and last call to 'System purge' dd mmm for records
  36.    older the specified date
  37. W  write name, access priv, last call, and city to text file, console, or
  38.    printer
  39. H  toggle hide / reveal passwords
  40. <ESC> exit program with option to save changes.
  41.  
  42. User record Commands:
  43. N  change user's name.
  44. A  change user's privilege.
  45. L  change time and date of user's last call.
  46. C  change user's city and state.
  47. P  change user's password.
  48. M  change user's last message area.
  49.       optionally changes all users.
  50. F  change user's last file area.
  51.       optionally changes all users.
  52. T  zero user's time on-line for day.
  53. #  change number of times user has called.
  54. K  change user's download limit, with option to zero total uploads,downloads.
  55. $  set user's credit for sending mail, with option to zero debit.
  56. 1  change user's help level.
  57. 2  toggle 'more' on and off.
  58. 3  toggle tab expansion on and off.
  59. 4  change display width in columns.
  60. 5  change display length in lines.
  61. 6  change number of nulls to transmit after a carriage return
  62. 7  toggle graphics on and off.
  63. 8  toggle clear screen on and off.
  64. 9  toggle between line editor and full screen editor
  65.  
  66. Sorting
  67.  
  68. N Sorts by last name.
  69. V Sorts by privilege.
  70. L Sorts by last call.
  71. # Sorts by number by calls.
  72. D Sorts by amount of downloads.
  73. U Sorts by amount of uploads.
  74. R Sorts by a ratio of uploads to downloads.
  75.  
  76.  
  77. To sort by one key only select O for organize, S for sort. Enter the letter
  78. next to the key you want then add an 'a' for ascending sort or a 'd' for
  79. desending sort and press the space bar.
  80.  
  81. For a two key sort enter the major key then the 'a' or 'd', then enter the
  82. secondary key then 'a' or 'd'.
  83.  
  84. For example: to sort by ascending name only enter 'na' <space>.
  85.              to sort by descending privilege and ascending name
  86.                 enter 'vdna'.
  87.  
  88. Sysopus supports all of the OPUS V1.0 user parameters.
  89.  
  90. Bugs in Sysopus 0.0
  91.   The more, graphics, and clear screen switches were not being recorded
  92. properly if the Sysop changed them.
  93.  
  94.  
  95.